# 0 - Pre-War Naval Bomber
model = {
	cost 						= 13
	buildtime					= 180
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 200
	surfacedetectioncapability	= 1
	airdetectioncapability		= 0
	surfacedefence				= 8
	airdefence					= 2
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 1
	navalattack					= 7
	range						= 250
	supplyconsumption 			= 2
	fuelconsumption				= 3
}
# 1 - Basic Naval Bomber
model = {
	cost 						= 16
	buildtime					= 180
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 300
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 12
	airdefence					= 3
	airattack					= 2
	strategicattack				= 0
	tacticalattack				= 1
	navalattack					= 10
	range						= 350
	supplyconsumption 			= 2
	fuelconsumption				= 3
}
# 2 - Improved Naval Bomber
model = {
	cost 						= 18
	buildtime					= 180
	defaultorganisation 		= 10
	manpower					= 3
	maxspeed					= 350
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 16
	airdefence					= 4
	airattack					= 2
	strategicattack				= 0
	tacticalattack				= 3
	navalattack					= 12
	range						= 500
	supplyconsumption 			= 2.1
	fuelconsumption				= 3.2
}
# 3 - Advanced Naval Bomber
model = {
	cost 						= 21
	buildtime					= 180
	defaultorganisation 		= 10
	manpower					= 3
	maxspeed					= 400
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 20
	airdefence					= 4
	airattack					= 3
	strategicattack				= 2
	tacticalattack				= 4
	navalattack					= 14
	range						= 650
	supplyconsumption 			= 2.5
	fuelconsumption				= 3.5
}